home *** CD-ROM | disk | FTP | other *** search
- object S158_010MONE is MEDIADISTRIBUTOR
- with
- Duration is -1;
- X is 0; Y is 0; Width is 640; Height is 480;
- Items is [
- S158A4_010_PIC,
- S158A1_S10A_WAV,
- S158A2_BOUTON_DEBUT,
- S158A3_BOUTON_MENU
- ];
- end;
-
- object S158A4_010_PIC is MEDIADELEGATOR
- has
-
- OffScreen()
- do
- self.Run(true);
- TRANSITION.Set(WipeTop, 300);
- self.Show(true);
- end;
-
- Finished()
- do
- S158A1_S10A_WAV.Run(true);
- end;
-
- with
- Target is C320_010_PIC;
- Duration is 60;
- X is 0; Y is 0; Width is 640; Height is 480;
- end;
-
- object S158A1_S10A_WAV is MEDIADELEGATOR
- has
-
- OffScreen()
- do
- self.Enable(true);
- self.Show(true);
- self.Run(false);
- end;
-
- Finished()
- do
- APPLICATION.GoTo(S159_020RENO);
- end;
-
- with
- Target is C322_S10A_WAV;
- Duration is 0;
- X is 201; Y is 151; Width is 32; Height is 24;
- HotRegion is {
- $00180000, $FFFFFFFF
- };
- end;
-
- object S158A2_BOUTON_DEBUT is MEDIADELEGATOR
- has
-
- OffScreen()
- do
- self.Enable(true);
- self.Show(true);
- end;
-
- MouseUp(theX, theY)
- do
- APPLICATION.GoBack(MEDIADISTRIBUTOR0);
- end;
-
- with
- Duration is -1;
- X is 537; Y is 434; Width is 91; Height is 35;
- end;
-
- object S158A3_BOUTON_MENU is MEDIADELEGATOR
- has
-
- OffScreen()
- do
- self.Enable(true);
- self.Show(true);
- end;
-
- MouseUp(theX, theY)
- do
- APPLICATION.GoTo(S20_011MOME);
- end;
-
- with
- Duration is -1;
- X is 537; Y is 391; Width is 90; Height is 35;
- end;
-
-